Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to pyproject.toml and replace versioneer with setuptools_scm #316

Merged
merged 8 commits into from
Oct 13, 2022

Conversation

rsokl
Copy link
Contributor

@rsokl rsokl commented Oct 13, 2022

This PR:

  • Migrates setup.py, setup.cfg, and pyrightconfig.json to pyproject.toml
  • Replaces versioneer with setuptools_scm

What a pain. The only reason why I stuck it out is that setuptools claims that

Starting with PEP 621, the Python community selected pyproject.toml as a standard way of specifying project metadata. Setuptools has adopted this standard and will use the information contained in this file as an input in the build process.

Closes #315

@rsokl rsokl merged commit c76adc1 into main Oct 13, 2022
@rsokl rsokl deleted the setuptools_scm branch October 13, 2022 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate setup.cfg to pyproject.toml
1 participant